home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / freebsd / README < prev   
Text File  |  1994-08-01  |  2KB  |  54 lines

  1. $Header: /usr/people/sam/fax/port/freebsd/RCS/README,v 1.3 1993/10/03 19:00:22 sam Rel $
  2.  
  3. Start of README
  4. ---------------
  5.  
  6.  The FreeBSD port is basically the same as the 386BSD port. But as
  7. FreeBSD comes with updated binaries and gcc there are a few changes.
  8.  Besides getting the flexFAX software you also need ghostscript, bash,
  9. and GNU make.
  10.  The easiest way to install software packages on FreeBSD is with
  11. pkg_install. The pkg_install sorces and binary packages of many
  12. packages are available from freebsd.cdrom.com:pub/FreeBSD/packages.
  13.  
  14.     Jonas Olsson
  15.     ljo@po.cwru.edu
  16.  
  17. Here's some of tricks to get it running
  18. ----------------------------------------
  19.  
  20.  The only make that works with the makefiles is GNU make-3.63 or newer,
  21. with standard /usr/bin/make (from distribution) you will get nowhere.
  22. Also with GNU make-3.62 you will have problems with incdepend
  23. targets.
  24.  
  25.  The kernel needs to be recompiled with "options FIFO" in the config
  26. file. With FreeBSD 1.0 GAMMA and earlier you must start with a fresh
  27. compile directory for the kernel, i.e. rm -rf /sys/compile/<kernel>
  28. before config <kernel>. In FreeBSD 1.0 EPSILON and later this problem
  29. has been fixed
  30.  
  31.  I have successfully sent and received faxes with my Supra FAXmodem
  32. v32bis. The getty with SunOS GettyArgs also works.
  33.  
  34.  When running faxaddmodem use a tty* name, e.g. tty00, *not* sio, or
  35. anything else. The major and minor numbers of tty* is the same as for
  36. sio*. You might see some syslog and warning messages when running
  37. faxaddmodem, they are:
  38.  
  39. 1. FIFO.tty01: open: Device not configured
  40.    This happens on the two first tries of faxaddmodem and sequent runs of it
  41.    does not complain. After this all FIFO communication seems to work fine.
  42.  
  43. 2. A number of:
  44.      stty: stdout appears redirected, but stdin is the control descriptor
  45.    These are warnings from FreeBSD's stty, and seem harmless. They occur
  46.    because the script is not using the "stty -f /dev/tty* ..." syntax.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.